Week 3
Milestones
- Add the Embedding Generator API for both query and text corpus.
 
Contributions
Currently working on Creating a Dockerfile which we can use to create a container for our embedding API. Embedding API consists of 2 parameters and can be used only one of them at a time:-
- query :- query asked by user.
 - text_corpus :- url to download csv file from where to add text embeddings to database.
 
Learnings
- Learned basics of Docker and how to create a DockerFile, Images and Containers.
 - Learned what are async functions and what is difference between async and normal functions in python.